home *** CD-ROM | disk | FTP | other *** search
/ NCSoft Electronic Press Kit 2004 (USA) / NCSoft Electronic Press Kit 2004 (USA).bin / data / L2Art / ThumbBar.swf / scripts / frame_1 / DoAction.as
Text File  |  2004-04-30  |  442b  |  18 lines

  1. function thumbit(sprite, thumber)
  2. {
  3.    thumb1.gotoAndStop(1);
  4.    thumb2.gotoAndStop(1);
  5.    thumb3.gotoAndStop(1);
  6.    thumb4.gotoAndStop(1);
  7.    thumb5.gotoAndStop(1);
  8.    thumb6.gotoAndStop(1);
  9.    thumb7.gotoAndStop(1);
  10.    thumb8.gotoAndStop(1);
  11.    thumb9.gotoAndStop(1);
  12.    thumb10.gotoAndStop(1);
  13.    _root["thumb" + thumber].gotoAndStop(2);
  14.    spriter = sprite;
  15.    getURL("Lingo:subTurn(" + spriter + ")","");
  16. }
  17. init = true;
  18.